home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00040_MenuZoomOut hilite.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  326 b   |  17 lines

  1. global c
  2.  
  3. on mouseDown
  4.   set c to the clickOn
  5.   set the castNum of sprite c to the number of member "MenuZoomOut Down"
  6.   puppetSound(3, "Button")
  7.   updateStage()
  8.   panzoomout(3)
  9.   repeat while the mouseDown
  10.     panzoomout(3)
  11.   end repeat
  12. end
  13.  
  14. on mouseUp
  15.   set the castNum of sprite c to the number of member "MenuZoomOut"
  16. end
  17.